home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / phxassmode.fpl.readme < prev    next >
Text File  |  1995-10-18  |  2KB  |  72 lines

  1. #############################################################################
  2. File:        PhxAssMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Provides interface for the PhxAss assembler.
  6. Version:    1.0
  7. Date:        19.10.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:    C-c C-c and C-c '
  11. Type:        interface (major mode)
  12. Prereq:        PhxAss archive (not included)
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  This is an interface to PhxAss. Version 1.0 is not very powerful, but I
  18.  hope later versions to be - this release is primarily intended to get me
  19.  some feed back from PhxAss users, so I can make a robust design.
  20.  
  21.  At present there is only the following operations available (C = control):
  22.  
  23.  C-c C-c    Start assembling/making.
  24.  
  25.         If there is a "Makefile" in the file's directory, 'make' will
  26.         be called (without arguments. This should change. Any ideas?)
  27.         
  28.         If there is no "Makefile", PhxAss will be called. PhxAss
  29.         should be made resident for maximum performance. You may
  30.         select the name of the assembler in the preferences.
  31.  
  32.  
  33.  C-c '        If there were errors this will make the cursor jump to the
  34.         next erroneous line.
  35.  
  36.         The statement above only holds if the error was found in the
  37.         active file. If not, you will just be notified... In later
  38.         versions, you will be asked if the erroneous file should be
  39.         loaded (if it is not already in FrexxEd).
  40.  
  41.         When the last error has been found, the buffer is "wrapped",
  42.         so the next time you press C-c ', the first error is
  43.         displayed again.
  44.  
  45.         
  46.  
  47.  
  48. HISTORY (REV)
  49.   19.10.95 (0)    Request For Comments :)
  50.  
  51. BUGS
  52.   Maybe!?!?
  53.  
  54.  
  55. TODO
  56.   Auto load external erroneous files.
  57.  
  58.   Better control of the make environment (options to make?).
  59.   
  60.   Should it be possible to save the assembler options? If so, should a
  61.   directory be considered a "project", thus associating an automatically
  62.   loaded/saved options file with the directory? (I don't think it's needed!)
  63.  
  64.   Menu points to show/hide the _phx assemble_ buffer.
  65.  
  66.   Make "Next Error" be relative to current position in the active buffer
  67.   (like in the PasTeX mode :)
  68.  
  69.  
  70. SEE ALSO
  71.  
  72.